home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / fractal / kaos.lha / lyaplib / lyap_algorithm_option_proc.c < prev    next >
Encoding:
C/C++ Source or Header  |  1989-12-06  |  314 b   |  18 lines

  1. /*
  2. ### procedure for selecting an algorithm ###
  3.  
  4. */
  5.  
  6. #include <suntool/sunview.h>
  7. #include <suntool/panel.h>
  8.  
  9. void lyap_algorithm_option_proc(item,value,event)
  10. Panel_item      item;
  11. int             value;
  12. Event          *event;
  13. {
  14.         extern int lyap_algorithm_option;
  15.  
  16.         lyap_algorithm_option = value;
  17. }
  18.